PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.operators Package / PDFBeginImageDataOperator Class / PDFBeginImageDataOperator Constructor / PDFBeginImageDataOperator Constructor(PDFCosDictionary,byte[])
The image ID in the /Resources dictionary.
The raw image data.
In This Topic
    PDFBeginImageDataOperator Constructor(PDFCosDictionary,byte[])
    In This Topic
    Initializes a new Object.
    Syntax
    public PDFBeginImageDataOperator( 
       PDFCosDictionary imageDictionary,
       byte[] imageData
    )

    Parameters

    imageDictionary
    The image ID in the /Resources dictionary.
    imageData
    The raw image data.
    See Also